home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xsw / include / xswnlist.h < prev   
C/C++ Source or Header  |  1995-07-07  |  3KB  |  131 lines

  1. /*
  2.  *    @(#) xswnlist.h 12.1 95/07/07 SCOINC
  3.  */
  4. /***************************************************************************
  5.  *
  6.  *    Copyright (c) 1990-1993        The Santa Cruz Operation, Inc.
  7.  *
  8.  *    All rights reserved.  No part of this program or publication may be
  9.  *    reproduced, transmitted, transcribed, stored in a retrieval system,
  10.  *    or translated into any language or computer language, in any form or
  11.  *    by any means, electronic, mechanical, magnetic, optical, chemical,
  12.  *    biological, or otherwise, without the prior written permission of:
  13.  *    
  14.  *        The Santa Cruz Operation , Inc.        (408) 425-7222
  15.  *        400 Encinal St., Santa Cruz, California 95060 USA
  16.  *
  17.  **************************************************************************/
  18. /*
  19.  * Modification History
  20.  *
  21.  * S003, 24-Oct-93, rickra
  22.  *    Added 32v5 stream fields
  23.  *
  24.  * S002, 27-May-93, rickra
  25.  *    Added some new fields:    
  26.  *        BX_BOOT_TIME BX_KPD0 BX_BOOTSTRING BX_STRING
  27.  *        BX_STRING_SIZE BX_CALLOUT BX_MOUNT
  28.  *
  29.  * S001, 30-Sep-92, rickra
  30.  *    Fixed typo where a comment was left open!!!    
  31.  * S000, 30-Sep-92, rickra
  32.  *    Added copyright and modification history
  33.  *    Added utsname for kernel detection being in sync with /dev/kmem
  34.  */
  35. struct    nlist    x[] =
  36.     {
  37.         { "v" }, 
  38. #define BX_V        0 
  39.         { "tune" }, 
  40. #define BX_TUNE        1
  41.         { "file" }, 
  42. #define BX_FILES    2 
  43.         { "inode" }, 
  44. #define BX_INODE    3 
  45.         { "sysinfo" }, 
  46. #define BX_SYSINFO     4
  47.         { "proc" }, 
  48. #define    BX_PROCS    5
  49.         { "region" }, 
  50. #define BX_REGION    6
  51.         { "Hz" }, 
  52. #define BX_HZ        7
  53.         { "cfreelist" }, 
  54. #define BX_CFREELIST    8
  55.         { "cfree" }, 
  56. #define BX_CBLOCKS    9
  57.         { "minfo" }, 
  58. #define BX_MINFO    10
  59.         { "nswap" }, 
  60. #define BX_NSWAP    11    
  61.         { "maxmem" }, 
  62. #define BX_MAXMEM    12    
  63.         { "freemem" }, 
  64. #define BX_FREEMEM    13    
  65.         { "strst" }, 
  66. #define BX_STREAMS    14    
  67.         { "bootinfo" }, 
  68. #define BX_BOOTINFO    15
  69.         { "nmblock" }, 
  70. #define BX_NMBLOCK    16    
  71.         { "availsmem" }, 
  72. #define BX_AVAILSMEM    17    
  73.         { "rcstat" }, 
  74. #define BX_RCSTAT    18    
  75.         { "clstat" }, 
  76. #define BX_CLSTAT    19    
  77.         { "rsstat" }, 
  78. #define BX_RSSTAT    20
  79.         { "svstat" }, 
  80. #define BX_SVSTAT    21
  81.         { "scoutsname" }, 
  82. #define BX_SCOUTS    22
  83.         { "utsname" }, 
  84. #define BX_UTSNAME    23
  85.         { "Sdskstats" }, 
  86. #define BX_SCSI_DISK_STATS    24
  87.         { "Stpstats" }, 
  88. #define BX_SCSI_TAPE_STATS    25
  89.         { "Sromstats" }, 
  90. #define BX_SCSI_ROM_STATS    26
  91.         { "ctstats" }, 
  92. #define BX_CART_TAPE_STATS    27
  93.         { "esdistats" }, 
  94. #define BX_ESDI_DISK_STATS    28
  95.         { "wd1010stats" }, 
  96. #define BX_WD_DISK_STATS    29
  97.         { "flstats" }, 
  98. #define BX_FLOPPY_DISK_STATS    30
  99.         { "lbolt" }, 
  100. #define BX_BOOT_TIME        31    
  101.         { "kpd0" }, 
  102. #define BX_KPD0            32
  103.         { "bs_bootstring" }, 
  104. #define BX_BOOTSTRING        33
  105.         { "strgCfg" }, 
  106. #define BX_STRING        34
  107.         { "max_cfgsize" }, 
  108. #define BX_STRING_SIZE        35
  109.         { "callout" }, 
  110. #define BX_CALLOUT        36
  111.         { "mount" }, 
  112. #define BX_MOUNT        37
  113.         { "rbsize" }, 
  114. #define BX_RBSIZE        38
  115.         { "Rbsize" }, 
  116. #define BX_RRBSIZE        39
  117.         { "pagest" }, 
  118. #define BX_PAGEST        40
  119.         { "pfdat" }, 
  120. #define BX_PFDAT        41
  121.         { "mfmap" }, 
  122. #define BX_MFMAP        42
  123.         { "mfmax" }, 
  124. #define BX_MFMAX        43
  125. { (char *)0 },
  126.     };
  127.  
  128. #define    nlist_num    44
  129.  
  130.  
  131.